home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / MLIB.H < prev    next >
Text File  |  1990-09-08  |  674b  |  25 lines

  1. /*
  2.    mlib.h
  3.  
  4.  
  5.    Update History:
  6.  
  7.       01 Oct 89      Add prototypes for Console_fgets, Is_Console    ahd
  8.       07 Sep 90      More prototypes                                 ahd
  9. */
  10.  
  11. extern int Get_One( void );
  12.  
  13. extern boolean Console_fgets(char *buff,
  14.                               int buflen, char *prompt);          /* ahd   */
  15.  
  16. int Invoke_Editor(const char *ecmd,
  17.                   const char *filename);
  18.  
  19. int L_invoke_pager(const char *ecmd,
  20.                    const char *filename);
  21.  
  22. extern boolean Is_Console(FILE *stream);                          /* ahd   */
  23.  
  24. extern void ClearScreen( void );                                  /* ahd   */
  25.